Posts

Post marked as solved
5 Replies
Of course right after I asked the question I notice this in the release notes 🤦‍♂️ Conditional views in columns of NavigationSplitView fail to update on some state changes. (91311311) Workaround: Wrap the contents of the column in a ZStack.
Post not yet marked as solved
7 Replies
I'm on the same boat :/ My projects no longer build on Xcode 12, they work fine on XCode 11.7, which I luckily still have around I've been trying everything, but without a shred of indication of what's going on I'm absolutely lost Reverting to the legacy build system does not help Sometimes Xcode doesn't crash but still doesn't build, spitting out "unexpected service error: The Xcode build system has crashed. Please close and reopen your workspace." instead.
Post marked as solved
1 Replies
OK I figured it out, I just assumed all the SDK changes were under the Xcode Release Notes but some of them are under iOS and iPadOSThat tipped me off about didChange being replaced by willChange so it's actually an easy fix
Post not yet marked as solved
11 Replies
According to the SwiftUI Essentials session this is achieved the following wayNavigationView { MasterView() DetailView() }Unfortunately like other things shown during sessions (for example TabbedView tab items with icons) it seems to not be working right now.I would keep an eye on upcoming betas, since the code comes from Apple it's bound to be correct - the SDK just needs to catch up.